home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2005 August / Sky at Night 3.iso / mac / programme.dir / 00040_Script_open qt < prev    next >
Text File  |  2005-06-18  |  256b  |  8 lines

  1. on mouseup me
  2.   sprite(8).movierate=0 
  3.   if the platform contains "mac" then
  4.     set OK = baOpenFile( the pathName & "media:untitled.mpg" ,"maximised" )
  5.   else
  6.     set OK = baOpenFile( the pathName & "media\untitled.mpg" ,"maximised" )
  7.   end if
  8. end